projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb3eb37
)
doc: Add missing CDATA around a XML programlisting
author
Volker Sobek
<reklov@live.com>
Fri, 4 May 2012 00:08:21 +0000
(
02:08
+0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 17 May 2012 03:57:28 +0000
(23:57 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=675423
gtk/gtkuimanager.c
patch
|
blob
|
history
diff --git
a/gtk/gtkuimanager.c
b/gtk/gtkuimanager.c
index c80df7cd3ac7ec406041683b0e336aa6a8071e3a..f67fe962d9b6fa3bb992fed17e2c269832bbe204 100644
(file)
--- a/
gtk/gtkuimanager.c
+++ b/
gtk/gtkuimanager.c
@@
-128,7
+128,7
@@
*
* <example>
* <title>A UI definition</title>
- * <programlisting>
+ * <programlisting>
<![CDATA[
* <ui>
* <menubar>
* <menu name="FileMenu" action="FileMenuAction">
@@
-153,7
+153,7
@@
* </placeholder>
* </toolbar>
* </ui>
- * </programlisting>
+ *
]]>
</programlisting>
* </example>
*
* The constructed widget hierarchy is very similar to the element tree